Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ListBase<T> Class / Count Property


In This Topic
    Count Property (ListBase<T>)
    In This Topic
    Gets the number of elements actually contained in the ListBase<T>.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ListBase(Of T)
    Dim value As Integer
     
    value = instance.Count
    public virtual int Count {get;}

    Property Value

    The number of elements actually contained in the ListBase<T>.
    See Also